invalid conversion from int* to int. how do i fix that
Updated: 2010-07-31 20:42:25
// ok this program is suppose to simulate drawing 52 cards randomly from a deck. i wrote this program before using only array indexing. now i'm trying to
write it with pointers. but every time i try to run it points to the return value of function pick_available_card(int n) and sais invalid...